From: LLVM Packaging Team Date: Sat, 11 Jan 2020 10:14:46 +0000 (+0000) Subject: install-scan-build-py X-Git-Tag: archive/raspbian/1%7.0.1-10+rpi1^2~67 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3ea122d4128044f0024818f955efe87da55724d0;p=llvm-toolchain-7.git install-scan-build-py Gbp-Pq: Name install-scan-build-py.diff --- diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt index 9f76d36db..d14f8710e 100644 --- a/clang/tools/CMakeLists.txt +++ b/clang/tools/CMakeLists.txt @@ -23,6 +23,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER) add_clang_subdirectory(clang-check) add_clang_subdirectory(clang-func-mapping) add_clang_subdirectory(scan-build) + add_clang_subdirectory(scan-build-py) add_clang_subdirectory(scan-view) endif()